The following five macros are the basis for dkom with doubly - linked lists 下面五個宏是帶有雙向鏈表的dkom的基礎。
A doubly - linked list links its elements both backward and forward in a circular fashion 在一個循環方式中,雙鏈接列表既向前又向后鏈接他的元素。
The key feature of a doubly - linked list is that you can add or remove elements anywhere in the list 一個雙鏈接列表的關鍵特征是:你可以添加或者移除在這個列表中任何位置的元素。
The pages in each level of the index , including the data pages in the leaf level , are linked in a doubly - linked list 索引中每個級別的頁(包括葉級別的數據頁)鏈接在一個雙向鏈接的列表中。
All internal data structures , such as b - tree indexes or doubly - linked lists , must be correct at the end of the transaction 事務結束時,所有的內部數據結構(如b樹索引或雙向鏈表)都必須是正確的。